home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / master / receive_imp < prev    next >
Text File  |  2001-04-06  |  732b  |  23 lines

  1. DEPRECATED
  2. SYNOPSIS
  3.         void receive_imp(string host, string msg, int hostport)
  4.  
  5. DESCRIPTION
  6.         Handle a received IMP message.
  7.  
  8.         This function is called for every message received on the IMP
  9.         port. Usually it is passed on to some object that handles
  10.         inter mud communications.
  11.  
  12.         The driver first calls receive_udp(). If that method doesn't exist
  13.         and if the driver is compiled with USE_DEPRECATED, it will then
  14.         call receive_imp().
  15.  
  16. HISTORY
  17.         The 'hostport' argument was added in 3.2.1.
  18.     LDMud 3.2.9 renamed this method from receive_imp(); this old version
  19.       is supported if the driver is compiled with USE_DEPRECATED.
  20.  
  21. SEE ALSO
  22.         send_udp(E), query_udp_port(E)
  23.